projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ec337
)
gtk_tree_selection_get_selected: added transfer none annotation to model out arg
author
John (J5) Palmieri
<johnp@redhat.com>
Thu, 27 May 2010 22:36:04 +0000
(18:36 -0400)
committer
John (J5) Palmieri
<johnp@redhat.com>
Thu, 27 May 2010 22:36:04 +0000
(18:36 -0400)
gtk/gtktreeselection.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeselection.c
b/gtk/gtktreeselection.c
index 4a275da5c0f0caea38324580b7bd1b60869cf828..59ce8aea3a8e13bee0c52b5e56102c22f892cfca 100644
(file)
--- a/
gtk/gtktreeselection.c
+++ b/
gtk/gtktreeselection.c
@@
-327,7
+327,7
@@
gtk_tree_selection_get_tree_view (GtkTreeSelection *selection)
/**
* gtk_tree_selection_get_selected:
* @selection: A #GtkTreeSelection.
- * @model: (out) (allow-none): A pointer to set to the #GtkTreeModel, or NULL.
+ * @model: (out) (allow-none)
(transfer none)
: A pointer to set to the #GtkTreeModel, or NULL.
* @iter: (allow-none): The #GtkTreeIter, or NULL.
*
* Sets @iter to the currently selected node if @selection is set to